home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / AceHTML 4.0 / AceHTML4Pro.exe / %MAINDIR% / ScriptDef / Link Description.sd < prev    next >
Encoding:
INI File  |  2000-08-31  |  575 b   |  31 lines

  1. [SUBJECT]
  2. Description=Put a a description of a link in the status bar
  3. ImageIndex=-1
  4. Folder=Quick JavaScript
  5.  
  6.  
  7. [BODY_TAG]
  8. ;OnLoad="window.defaultStatus='`message`';"
  9.  
  10.  
  11. [BODY_TEXT]
  12. ;<A HREF="`url`" onMouseOver=" window.status='`description`'; return true" onMouseOut="window.status=' '; return true">`caption`</a> 
  13.  
  14.  
  15.  
  16. [`url`]
  17. Kind=U
  18. Value=http://javascript.internet.com
  19.  
  20.  
  21.  
  22. [`description`]
  23. Kind=S
  24. Value=Go back to my home page by clicking on that link!
  25.  
  26.  
  27. [`caption`]
  28. Kind=S
  29. Value=Home Page - Look at the status bar for a description of this link!
  30.  
  31.